/* history page */
.page-history .section-title {
  color: #27251f;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin-top: 60px;
}
.page-history .section-title span {
  /* padding-bottom: 3px; */
  /* border-bottom: 2px solid #27251f; */
  margin-bottom: 5px;
  line-height: 35px;
}
.page-history .stage-map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
}
.page-history .stage-map {
  /* height: 400px; */
  width: 750px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 750px;
  -ms-flex: 1 0 750px;
  flex: 1 0 750px;
  margin-right: 80px;
}
.page-history .stage-map svg {
  height: 100%;
  width: 100%;
  min-height: 350px;
}
.page-history .stage-intro .item {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 18px;
  color: #27251f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0;
  -webkit-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
}
.page-history .stage-intro .item .item-title {
  color: white;
  margin-right: 16px;
  line-height: 24px;
  padding: 6px 9px;
  font-weight: 500;
  width: 102px;
  text-align: center;
  height: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 102px;
  -ms-flex: 0 0 102px;
  flex: 0 0 102px;
  border-radius: 1px;
}
.page-history .stage-intro .item:nth-child(1) .item-title {
  background-color: #34b2e4;
}
.page-history .stage-intro .item:nth-child(2) .item-title {
  background-color: #86c166;
}
.page-history .stage-intro .item:nth-child(3) .item-title {
  background-color: #ffae42;
}
.page-history .stage-intro .item:nth-child(4) .item-title {
  background-color: #777ab7;
}
.page-history .cls-1,
.page-history .cls-2,
.page-history .cls-3,
.page-history .cls-4,
.page-history .cls-5 {
  fill: #d8d8d8;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.page-history .active-stage-1 .cls-3 {
  fill: #34b2e4;
}
.page-history .active-stage-2 .cls-5 {
  fill: #86c166;
}
.page-history .active-stage-3 .cls-4 {
  fill: #ffae42;
}
.page-history .active-stage-4 .cls-2 {
  fill: #777ab7;
}
/* .page-history .active-stage-5 .cls-1{
    fill: #ccc;
} */
.page-history #stage-title-1.active {
  opacity: 1;
}
.page-history #stage-title-2.active {
  opacity: 1;
}
.page-history #stage-title-3.active {
  opacity: 1;
}
.page-history #stage-title-4.active {
  opacity: 1;
}
.page-history .milestone-wrapper {
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-history .ms-card {
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.page-history .ms-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page-history .ms-left,
.page-history .ms-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page-history .ms-left {
  margin-top: 5px;
}
.page-history .ms-right {
  margin-top: 155px;
}
.page-history .ms-left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-history .ms-right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-history .ms-card .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  color: #27251f;
  width: 350px;
}
.page-history .ms-left .ms-card .content {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px dashed #ccc;
  text-align: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-history .ms-right .ms-card .content {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 2px dashed #ccc;
}
.page-history .ms-card .content p {
  margin: 0;
}
.page-history .ms-card .content p + p {
  padding-top: 15px;
}
.page-history .ms-card .content p + .wrapper {
  margin-bottom: 20px;
}
.page-history .ms-card .content img {
  margin-top: 5px;
  height: auto;
  max-width: 100%;
}
@media (min-width: 320px) {
  .page-history .ms-card .content img {
    max-width: 230px;
  }
}
@media (min-width: 375px) {
  .page-history .ms-card .content img {
    max-width: 250px;
  }
}
@media (min-width: 480px) {
  .page-history .ms-card .content img {
    max-width: 350px;
  }
}
@media (min-width: 640px) {
  .page-history .ms-card .content img {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .page-history .ms-card .content img {
    max-width: 500px;
  }
}
.page-history .ms-card ul {
  margin: 0;
}
.page-history .ms-card li {
  padding-left: 15px;
  position: relative;
}
.page-history .ms-card li img {
  margin-left: -15px;
}
.page-history .ms-card li + li {
  margin-top: 15px;
}
.page-history .ms-card li::before {
  content: '-';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-history .ms-card .content li p {
  padding-top: 0;
}
.page-history .ms-left .ms-card::after,
.page-history .ms-right .ms-card::before {
  content: '';
  display: block;
  width: 150px;
  border-bottom: 2px dashed #ccc;
}
.page-history .mid-placeholder {
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.page-history .stripes .line + .line {
  margin-left: 4px;
}
.page-history .stripes {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-history .stripes .line {
  background-color: #ccc;
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3px;
  overflow: hidden;
  height: 100%;
}
.page-history .year-round {
  height: 70px;
  width: 70px;
  border-radius: 70px;
  color: white;
  background-color: #ccc;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
}
.page-history .year-section:nth-child(6n + 1) .year-round,
.page-history .card:nth-child(6n + 1) .year-round {
  background: #473dcf;
}
.page-history .year-section:nth-child(6n + 2) .year-round,
.page-history .card:nth-child(6n + 2) .year-round {
  background: #ffae42;
}
.page-history .year-section:nth-child(6n + 3) .year-round,
.page-history .card:nth-child(6n + 3) .year-round {
  background: #e34856;
}
.page-history .year-section:nth-child(6n + 4) .year-round,
.page-history .card:nth-child(6n + 4) .year-round {
  background: #8b103d;
}
.page-history .year-section:nth-child(6n + 5) .year-round,
.page-history .card:nth-child(6n + 5) .year-round {
  background: #64d1da;
}
.page-history .year-section:nth-child(6n + 6) .year-round,
.page-history .card:nth-child(6n + 6) .year-round {
  background: #34b2e4;
}
.page-history .year-section:nth-child(6n + 7) .year-round,
.page-history .card:nth-child(6n + 7) .year-round {
  background: #065381;
}
@media screen and (max-width: 1279px) {
  .page-history .stage-map {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
  }
  .page-history .stage-intro {
    width: 400px;
  }
  .page-history .ms-left .ms-card::after,
  .page-history .ms-right .ms-card::before {
    width: 80px;
  }
  .page-history .ms-card .content {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .value-item .item-icon {
    width: 110px;
    height: 110px;
  }
  .page-history .stage-map-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-history .stage-map {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    margin-right: 0px;
  }
  .page-history .stage-intro {
    margin-top: 30px;
  }
  .page-history .ms-left .ms-card::after,
  .page-history .ms-right .ms-card::before {
    width: 50px;
  }
  .page-history .ms-left .ms-card .content {
    padding-right: 15px;
    margin-right: 15px;
  }
  .page-history .ms-right .ms-card .content {
    padding-left: 15px;
    margin-left: 15px;
  }
}
/* RWD */
@media screen and (max-width: 767px) {
  .page-history .milestone-wrapper-mobile .card {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-history .ms-right {
    margin-top: 0;
  }
  .page-history .mid-placeholder {
    height: 35px;
    position: relative;
    left: 20px;
  }
  .page-history .ms-card {
    height: 100%;
  }
  .page-history .year-round {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    position: relative;
    font-size: 18px;
  }
  .page-history .ms-card {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .page-history .ms-left .ms-card::after,
  .page-history .ms-right .ms-card::before {
    width: 40px;
  }
  .page-history .ms-right .ms-card .content {
    padding-left: 8px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 720px) {
  .main-page-bg a.buttons {
    display: block;
    margin: 20px auto;
    width: 80vw;
    min-width: 300px;
  }
  .main-page-bg .button-separator {
    display: block;
    margin: 20px auto;
    height: 10px;
    line-height: 10px;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .main-page-bg .button-separator > .line {
    width: 26px;
  }
}
@media (min-width: 350px) {
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .page-value .content-desktop,
  .page-mission .content-desktop {
    display: block;
  }
  .page-value .content-mobile,
  .page-mission .content-mobile {
    display: none;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}
.year-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.year-section:nth-child(even) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.year-section:nth-child(odd) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page-history .year-card {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.year-section-description {
  background-color: #fff;
  padding: 0 24px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
}
.year-section-description::before {
  position: absolute;
  top: 20px;
  left: -16px;
  content: '';
  display: block;
  background-color: transparent;
  width: 0px;
  height: 0px;
  border-left: 0px solid transparent;
  border-right: 16px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.year-section-description > .content-wrapper > .content-row {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0;
}
.year-section-description > .content-wrapper > .content-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
}
.year-section-description > .content-wrapper > .content-row .content-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  padding: 20px;
}
.year-section-description > .content-wrapper > .content-row .content-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 20px;
}
.year-section-description > .content-wrapper > .content-row .content-img.sm {
  padding: 20px 40px;
}
.year-section-description > .content-wrapper > .content-row .content-img.xs {
  padding: 20px 56px;
}
@media (max-width: 1600px) {
  .year-section-description > .content-wrapper > .content-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
  }
  .year-section-description > .content-wrapper > .content-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .year-section-description > .content-wrapper > .content-row .content-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .year-section-description > .content-wrapper > .content-row .content-img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-height: 240px;
  }
}
@media (max-width: 1280px) {
  .year-section-description > .content-wrapper > .content-row .content-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .year-section-description > .content-wrapper > .content-row .content-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
@media (max-width: 1200px) {
  .year-section-description > .content-wrapper > .content-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
  }
  .year-section-description > .content-wrapper > .content-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .year-section-description > .content-wrapper > .content-row .content-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .year-section-description > .content-wrapper > .content-row .content-img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.year-section-description img {
  max-width: 100%;
  max-height: 200px;
  /*
    @media (min-width:768px) {
        max-width: 90%
    }
    @media (min-width:1024px) {
        max-width: 85%
    }
    @media (min-width:1280px) {
        max-width: 80%
    }
    @media (min-width:1440px) {
        max-width: 70%
    }
    @media (min-width:1680px) {
        max-width: 40%
    }
    */
  display: block;
}

/*# sourceMappingURL=history.css.map */
